@charset "UTF-8";

/* ----------------------------
共通
----------------------------- */

html {
    font-size: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #333; 
    font-family: 'Inter', sans-serif;
}

img {
    width: 100%;
}

.wrapper {
    width: 100%;
    max-width: 1400px;
    padding: 0 2%;
    margin: 0 auto;
}

.space {
    width: 1400px;
    height: 50px;
}

.page-title {
    color: #8B734A;
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 30px;
}

.section-title {
    color: #8B734A;
    font-size: 1.5rem;
    font-weight: bolder;
    padding: 30px 0 20px 0;
}

.section-flex {
    display: flex;
    justify-content: space-between;
}

.flex-left, .flex-right {
    width: 50%;
    margin: 0 40px 50px 40px;
    text-align: center;
    font-weight: bolder;
}

.section-item {
    width: 45%;
}

.section-item img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
    padding-bottom: 30px;
}

.section-item p {
    font-size: 0.95rem;
    font-weight: bolder;
    line-height: 20px;
}

.section-text {
    width: 55%;
    margin: 10px 10px 50px 30px;
}

.section-text dt {
    margin: 10px 0 20px 0;
}

.section-text dd {
    font-size: 0.95rem;
    font-weight: bolder;
    position: relative;
    padding-left: 25px;
}

.section-text dd:last-of-type {
    margin-bottom: 100px;
}

.section-text dd::before {
    content: "・";
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 5px;
}

.text {
    color: #8B734A;
    font-size: 2.0rem;
    font-weight: bolder;
    margin:0;
    text-align: center !important;
}


.detail-btn {
    text-align: center;
    margin: 30px 0 50px 0;
}

.detail-btn a {
    color: #fff;
    font-weight: bolder;
    background: #0F3595;
    border: #0F3595 3px solid;
    border-radius: 5px;
    padding: 20px 8%;
    margin: 15px;
    transition: .3s;
}

.detail-btn a:hover {
    color: #0F3595;
    background: #fff;
}

.bronze {
    background-color: rgb(223, 207, 172);
}

/* ----------------------------
header
----------------------------- */

#header {
    width: 100%;
    height: 10vh;
    position: fixed;
    display: flex;
    background-color: #957f5a;
    z-index: 9999;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    box-shadow: 0px 5px 5px rgba(100, 100, 100, 0.8); 
}

#header .site-title {
    width: 30%;
}

#header .site-title img {
    width: 120px;
    margin-left: 30px;
}

#header .nav {
    width: 70%;
}

#header .list {
    display: flex;
    color: #fff;
}

#header .list li {
    width: 20%;
}

#header .hamburger, #header .nav img {
    display: none;
}

/* ----------------------------
Mainvisual
----------------------------- */

#main-visual {
    padding-top: 10vh;
}

#main-visual .item>img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

/* スライド設定 */

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slide_wrap {
    display: flex;
    overflow: hidden;
}

.slide_list {
    display: flex;
    height: 90vh;
}

.slide_list_left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.slide_item {
    width: 960px;
    padding: 0 5px;
}

.slide_item>img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}

/* ----------------------------
NewsRelease
----------------------------- */
.news-release-title {
    border-bottom: 2px solid #b08628;
    padding:0; 
    margin: 20px;
}
.news-release-text {
    margin: 20px;
}

#news-release .section-text {
    color: #8B734A;
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 5px;
}

/* ----------------------------
News_release.js
----------------------------- */
.clearfix {
    zoom: 1;
    display: flex;
    margin: 20px;
}
.news_list li {
    border-top: 1px dotted #ccc;
    padding: 20px 0;
}
.news_list li:last-child {
    border-bottom: 1px dotted #ccc;
}
.news_tag {
    display: block;
    text-align: center;
}
.grid_2 {
    width: 80px;
    display: inline;
    float: left;
    margin-right: 2%;
}
.news_date {
    display: block;
    text-align: right;
}
.grid_1 {
    width: 80px;
    display: inline;
    float: left;
    margin-right: 2%;
}
.news_text {
    display: block;
}
@media screen and (max-width: 1000px) {
    .clearfix {
        font-size: 80%;
    }
}

/* ----------------------------
Management 
----------------------------- */

#management .section-flex {
    flex-direction: row-reverse;
}

/* ----------------------------
Introduction
----------------------------- */

#introduction img {
    width: 33vw;
    height: 22vw;
}

/* ----------------------------
Option
----------------------------- */

#option .table {
    width: 80%;
    margin: 0 auto; 
}

#option .table th, td {
    border: #333 1px solid;
    padding: 20px;
}

#option .table th {
    font-weight: normal;
    vertical-align: middle;
    justify-content: center;
}

/* ----------------------------
FlowImage 
----------------------------- */

.flow_design {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flow {
    width: 50%;
}

.flow li {
    height: 80px;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #333;
    padding: 20px;
    border-radius: 40px;
    font-size: 0.8rem;
}

.flow li:not(:last-child) {
    margin-bottom: 40px;
    position: relative;
}

.flow li:not(:last-child)::after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-top-color: #333;
}

.flow dt {
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

.flow dd {
    font-size: 0.95rem;
    text-align: end;
}

/* ----------------------------
Diversion 
----------------------------- */

#diversion  .section-text {
    width: 90%;
    text-align: center;
}

#diversion img {
    width: 33vw;
    height: 22vw;
}

#diversion .before-item img,
#diversion .after-item img
{
    object-fit: cover;
    object-position: 0 35%;
}

/* ----------------------------
Contact
----------------------------- */

#contact {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
}

.contact-text {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 40px;
}

#contact .ast {
    color: red;
}

.contact-table {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ccc;
}

.contact-table th {
    width: 30%
}
.contact-table td {
    width: 70%;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.contact-categorize + .contact-categorize {
    margin-left: 10px;
}

.contact-categorize-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-inquiry + .contact-inquiry {
    margin-top: 10px;
}

.contact-inquiry-txt {
    display: inline-block;
    margin: 0 10px;
}

.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
    width: 250px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 100vh;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center;
}

#contact button {
    width: 100px;
    background-color: #eee;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1rem;
    padding: 10px;
    border-radius: 15px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center;
}

.notes {
    font-size: 0.9rem;
    width: 100%;
}

/* ----------------------------
Footer
----------------------------- */
#footer {
    background-color: #957f5a;
    color: #fff;
    line-height: 25px;
    padding: 0 5%;
}

#footer .footer-flex {
    display: flex;
    justify-content: space-around;
}

#footer .footer-clm1, .footer-clm2, .footer-clm3 {
    width: 33%;
}

#footer .section-title {
    color: #fff;
    padding: 0;
    margin-bottom: 30px;
}

#footer .site-title img {
    width: 30%;
    margin-bottom: 30px;
}

#footer .footer-clm1 p {
    margin-left: 30px;
}

#footer .footer-clm2 li {
    margin: 0 0 15px 30px;
}

#footer .footer-clm3 p {
    margin-left: 30px;
}

#footer .footer-info {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 20px;
}



/* ----------------------------
レシポンシブ共通
---------------------------- */

@media screen and (max-width: 1000px) {

    .wrapper {
        padding: 0;
        margin: 0;
    }

    .space {
        width: 100%;
        height: 60px;
    }

    .section-title {
        text-align: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .section-flex {
        display: block;
    }

    .flex-left, .flex-right {
        width: 100%;
        margin: 0;
        padding-bottom: 10px;
    }

    .flex-left li, .flex-right li {
        margin-bottom: 20px;
    }

    .section-item {
        width: 100%;
    }

    .section-item img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
        padding: 0;
    }

    .section-text {
        width: 100%;
        margin: 0;
    }

    .section-text dt {
        margin: 20px;
    }

    .section-text dd {
        width: 90%;
        padding-left: 40px;
    }

    .section-text dd:last-of-type {
        margin-bottom: 50px;
    }

    .section-text dd::before {
        content: "・";
        width: 7px;
        height: 7px;
        position: absolute;
        top: 0;
        left: 20px;
    }

    .text {
        font-size: 1.8rem;
    }
    

    .detail-btn {
        margin-bottom: 30px;
    }


    /* ----------------------------
レシポンシブ header
---------------------------- */

    #header {
        width: 100%;
        height: 7vh;
    }

    #header .site-title img {
        width: 150px;
        margin-left: 30px;
    }

    /*  ハンバーガーリスト*/

    #header .nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        transform: translateY(-300%);
        transition: 2s;
        visibility: hidden;
    }


    #header .nav.active {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #957f5a;
        transform: translateY(0);
        transition: 0.75s;
        visibility: visible;
    }

    #header .nav img {
        display: block !important;
        width: 40%;
        margin: 100px auto 30px auto;
    }

    #header .list {
        width: 100%;
        display: block !important;
        color: #fff;
        letter-spacing: 2px;
        font-weight: bold;
        line-height: 60px;
        text-align: center;
    }

    #header .list li {
        width: 100%;
        margin: 0;
    }


    #header .hamburger {
        display: block !important;
        background-color: transparent;
        border-color: transparent;
        z-index: 9999;
        height: 20px;
        width: 20px;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 2vh;
        right: 3vh;
    }

    #header .hamburger span,
    #header .hamburger span:before,
    #header .hamburger span:after {
        content: "";
        display: block;
        height: 3px;
        width: 30px;
        border-radius: 3px;
        background: #fff;
        position: absolute;
        transition: 0.5s;
    }

    #header .hamburger span:before {
        bottom: 12px;
    }

    #header .hamburger span:after {
        top: 12px;
    }

    #header .hamburger.active span {
        background: rgba(255, 255, 255, 0);
    }

    #header .hamburger.active span::before {
        bottom: 0;
        transform: rotate(45deg);
    }

    #header .hamburger.active span::after {
        top: 0;
        transform: rotate(-45deg);
    }

    /* ----------------------------
レシポンシブMainvisual
----------------------------- */

    #main-visual {
        padding-top: 7vh;
    }

    /* スライド設定 */

    .slide_item>img {
        width: 100%;
        height: 93vh;
    }

    /* ----------------------------
Mainvisual
----------------------------- */
/* 
#main-visual {
    padding-top: 10vh;
}

#main-visual .item>img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
} */

/* スライド設定 */

.slide_list_left {
    animation: infinity-scroll-left 50s;
}


    /* ----------------------------
レシポンシブIntroduction 
----------------------------- */

    #introduction .flex-left,
    #introduction .flex-right,
    #online .flex-left,
    #online .flex-right {
        width: 100%;
        margin: 0 0 50px 0;
    }

    #introduction .section-item img,
    #online .section-item img {
        width: 100%;
        height: 100%;
        padding-bottom: 20px;
    }


    /* ----------------------------
レシポンシブFlowImage 
----------------------------- */

.flow dt {
    font-size: 1.1em;
}

.flow dd {
    font-size: 0.8rem;
    text-align: center;
}
/* ----------------------------
レシポンシブDiversion
----------------------------- */

#diversion img {
    width: 100%;
    height: 320px;
}

/* ----------------------------
レシポンシブContact
----------------------------- */

#contact {
    width: 95%;
}

.contact-text {
    font-size: 1rem;
    text-align: center;
}


    /* ----------------------------
レシポンシブfooter
----------------------------- */

    #footer {
        line-height: 25px;
    }

    #footer .footer-flex {
        display: block;
    }

    #footer .footer-clm1, .footer-clm2, .footer-clm3 {
        width: 100%;
    }

    #footer .site-title img {
        width: 40%;
        margin-bottom: 20px;
    }

    #footer .section-title {
        text-align: left;
        margin-bottom: 20px;
    }


    #footer .footer-clm1 p {
        margin: 0 0 40px 10px;
    }

    #footer .footer-clm2 li {
        margin: 0 0 15px 20px;
    }

    #footer .footer-clm2 li:last-child {
        margin-bottom: 40px;
    }

    #footer .footer-clm3 p {
        margin-left: 20px;
    }

}